resume method

Future<void>? resume()

Resume the unity in-game player with this method idf it is in a paused state

Implementation

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