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