getGameUrl method

Future<String> getGameUrl(
  1. LaunchConfig? gameLaunchConfig
)

Implementation

Future<String> getGameUrl(LaunchConfig? gameLaunchConfig) async {
  throw UnimplementedError('getGameUrl() has not been implemented.');
}