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