Commit 538a33ee authored by xster's avatar xster Committed by GitHub

update plugin underscore (#11779)

parent c9cefbf0
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"));
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment