playHaptics method

Future<void> playHaptics({
  1. String? androidPath,
  2. String? iosPath,
})

Implementation

Future<void> playHaptics({String? androidPath, String? iosPath}) {
  throw UnimplementedError('playHaptics() has not been implemented.');
}