update plugin underscore (#11779)
This commit is contained in:
parent
c9cefbf0be
commit
538a33ee3b
@ -1,13 +1,13 @@
|
|||||||
package io.flutter.plugins;
|
package io.flutter.plugins;
|
||||||
|
|
||||||
import io.flutter.plugin.common.PluginRegistry;
|
import io.flutter.plugin.common.PluginRegistry;
|
||||||
import io.flutter.plugins.url_launcher.UrlLauncherPlugin;
|
import io.flutter.plugins.urllauncher.UrlLauncherPlugin;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generated file. Do not edit.
|
* Generated file. Do not edit.
|
||||||
*/
|
*/
|
||||||
public final class GeneratedPluginRegistrant {
|
public final class GeneratedPluginRegistrant {
|
||||||
public static void registerWith(PluginRegistry registry) {
|
public static void registerWith(PluginRegistry registry) {
|
||||||
UrlLauncherPlugin.registerWith(registry.registrarFor("io.flutter.plugins.url_launcher.UrlLauncherPlugin"));
|
UrlLauncherPlugin.registerWith(registry.registrarFor("io.flutter.plugins.urllauncher.UrlLauncherPlugin"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user