registerWith static method
Register the plugin with the Flutter engine
Implementation
static void registerWith(final Registrar registrar) {
registerPlugin(registrar);
}
Register the plugin with the Flutter engine
static void registerWith(final Registrar registrar) {
registerPlugin(registrar);
}