Future<Avatar>load({required String id, void Function(double progress)? onProgress}) { return _platform.load(id: id, onProgress: onProgress); }