@override Future<void> seekMidi(int tick) async { await _channel.invokeMethod('seekMidi', {'tick': tick}); }