isSupported method

Future<bool> isSupported()

Whether the current device supports haptic feedback at all.

Implementation

Future<bool> isSupported() {
  throw UnimplementedError('isSupported() has not been implemented.');
}