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