We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b1abb5 commit 98b5b1cCopy full SHA for 98b5b1c
example/midi_play.dart
@@ -28,7 +28,7 @@ class _MidiPlayer extends MidiPlayerBase {
28
return stopwatch!.elapsed.inMilliseconds;
29
}
30
31
- _MidiPlayer();
+ _MidiPlayer() : super(null);
32
33
34
Future main(List<String> args) async {
0 commit comments