Get the current pause state of the unity player Returns true if unity player is paused.
true
Future<bool?>? isPaused() { throw UnimplementedError('isPaused() has not been implemented.'); }