Future<bool> addChunk(Uint8List data) async { if (_created) { await _instance.addChunk(_playerId, data); } return _created; }