previous method

Future<void> previous(
  1. String playerReference
)

Implementation

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