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