@override Future<int?> progress() async { return await _channel.invokeMethod<int>('$_name/progress'); }