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