loadInstrument method

Future<Object?> loadInstrument({
  1. required int instrumentIndex,
})

Implementation

Future<Object?> loadInstrument({required int instrumentIndex}) async {
  throw UnimplementedError('loadInstrument() has not been implemented.');
}