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