next method

Future<void> next(
  1. String playerReference
)

Implementation

Future<void> next(String playerReference) {
  throw UnimplementedError('next() has not been implemented.');
}