@override Future<void> setBeepLength(int length) { return methodChannel.invokeMethod<void>('setBeepLength', length); }