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