playInstructions method
Plays a flattened list of HapticInstructions in order.
Implementation
Future<void> playInstructions(List<HapticInstruction> instructions) {
throw UnimplementedError('playInstructions() has not been implemented.');
}
Plays a flattened list of HapticInstructions in order.
Future<void> playInstructions(List<HapticInstruction> instructions) {
throw UnimplementedError('playInstructions() has not been implemented.');
}