@override Future<bool?> initial() async { final initialIsSuccess = await methodChannel.invokeMethod<bool?>('initial'); return initialIsSuccess; }