isPaused method

Future<bool?>? isPaused()

Get the current pause state of the unity player Returns true if unity player is paused.

Implementation

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