@override Future<void> enableFloatWindow(bool enable) async { await methodChannel.invokeMethod('enableFloatWindow', {'enable': enable}); }