@override Future<void> moveToBackground() async { try { await methodChannel.invokeMethod<String>('moveToBackground'); } catch (e) { debugPrint('$e'); } return; }