@override Future<void> setSpeed(int wpm) async { await methodChannel.invokeMethod<void>('setSpeed', wpm); }