playInstructions method

Future<void> playInstructions(
  1. List<HapticInstruction> instructions
)

Plays a flattened list of HapticInstructions in order.

Implementation

Future<void> playInstructions(List<HapticInstruction> instructions) {
  throw UnimplementedError('playInstructions() has not been implemented.');
}