Disable setCategory on macOS

This commit is contained in:
Ryan Heise 2020-08-07 04:08:02 +10:00
parent e89417119c
commit 122a90b4fb
6 changed files with 50 additions and 31 deletions

View file

@ -5,8 +5,10 @@
import FlutterMacOS
import Foundation
import path_provider_macos
import just_audio
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
JustAudioPlugin.register(with: registry.registrar(forPlugin: "JustAudioPlugin"))
}