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