closeMidiDevice method

Future<void> closeMidiDevice(
  1. int handle
)

Implementation

Future<void> closeMidiDevice(int handle) {
  throw UnimplementedError('closeMidiDevice() has not been implemented.');
}