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