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