Whether the current device supports haptic feedback at all.
@override Future<bool> isSupported() async { final supported = await methodChannel.invokeMethod<bool>('isSupported'); return supported ?? false; }