registerMethodChannelImplementation function

void registerMethodChannelImplementation()

Implementation

void registerMethodChannelImplementation() {
  try {
    final _ = AppAmbitSdkFlutterPlatform.instance;
    return;
    // ignore: empty_catches
  } on UnimplementedError {}

  MethodChannelAppAmbitSdkFlutter.createAndRegister();
}