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