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