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