update plugin underscore (#11779)

This commit is contained in:
xster 2017-08-24 15:20:19 -07:00 committed by GitHub
parent c9cefbf0be
commit 538a33ee3b

View File

@ -1,13 +1,13 @@
package io.flutter.plugins;
import io.flutter.plugin.common.PluginRegistry;
import io.flutter.plugins.url_launcher.UrlLauncherPlugin;
import io.flutter.plugins.urllauncher.UrlLauncherPlugin;
/**
* Generated file. Do not edit.
*/
public final class GeneratedPluginRegistrant {
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"));
}
}