receiveMidi method

Future<Uint8List?> receiveMidi(
  1. int handle
)

Implementation

Future<Uint8List?> receiveMidi(int handle) {
  throw UnimplementedError('receiveMidi() has not been implemented.');
}