FlutterMidiProPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • FlutterMidiProPlatform
Implementers

Constructors

FlutterMidiProPlatform.new()
Constructs a MidiProPlatform.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dispose() Future<Object?>
loadInstrument({required int instrumentIndex}) Future<Object?>
loadSoundfont({required Uint8List sf2Data, required int instrumentIndex}) Future<Object?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
playMidiNote({required int midi, required int velocity}) Future<Object?>
stopAllMidiNotes() Future<Object?>
stopMidiNote({required int midi, required int velocity}) Future<Object?>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

instance FlutterMidiProPlatform
The default instance of FlutterMidiProPlatform to use.
getter/setter pair