pause method

Future<void>? pause()

Pause the unity in-game player with this method

Implementation

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