getGameUrl method

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

Implementation

Future<String> getGameUrl(LaunchConfig? gameLaunchConfig) async {
  return GameolivePlatform.instance.getGameUrl(gameLaunchConfig);
}