@override Future<bool> isEnabled() async { return await _methodChannel .invokeMethod<bool?>('isEnabled') ?? false; }