prepareAsync method

Future<void> prepareAsync(
  1. String playerId
)

Implementation

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