@override Future<bool> isSupported() async => await methodChannel.invokeMethod<bool>('isSupported') ?? false;