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