getCurrentPosition method

Future<int> getCurrentPosition(
  1. String playerId
)

Implementation

Future<int> getCurrentPosition(String playerId) {
  throw UnimplementedError('getCurrentPosition() has not been implemented.');
}