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