isPaused method

Future<bool?> isPaused(
  1. String playerReference
)

Implementation

Future<bool?> isPaused(String playerReference) {
  throw UnimplementedError('isPaused() has not been implemented.');
}