fix(ui): fix file download
This commit is contained in:
+2
-2
@@ -10,8 +10,8 @@ class Application : FlutterApplication(), PluginRegistrantCallback {
|
||||
super.onCreate()
|
||||
}
|
||||
|
||||
override fun registerWith(registry: PluginRegistry?) {
|
||||
PathProviderPlugin.registerWith(registry?.registrarFor(
|
||||
override fun registerWith(registry: PluginRegistry) {
|
||||
PathProviderPlugin.registerWith(registry.registrarFor(
|
||||
"io.flutter.plugins.pathprovider.PathProviderPlugin"))
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user