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