registerMethodChannelImplementation function
void
registerMethodChannelImplementation()
Implementation
void registerMethodChannelImplementation() {
try {
final _ = AppAmbitSdkFlutterPlatform.instance;
return;
} on UnimplementedError {
}
MethodChannelAppambitSdkFlutter.createAndRegister();
}