create method

  1. @override
FutureOr<List<Frame>> create(
  1. Ref ref
)

@nodoc

Implementation

@override
FutureOr<List<Frame>> create(Ref ref) {
  final argument = this.argument as String;
  return replayFrames(ref, gameId: argument);
}