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