setNativeCrashCallback method

Future<void> setNativeCrashCallback(
  1. nativeCrashCallback callback
)

Implementation

Future<void> setNativeCrashCallback(nativeCrashCallback callback) {
  //startWithAppIdM(appid);
  throw UnimplementedError('setNativeCrashCallback() has not been implemented.');
}