initialSdk
@override Future<bool> initialSdk() => methodChannel .invokeMethod<bool>('initialSdk') .then((value) => value ?? false);