getGameUrl method
Implementation
@override
Future<String> getGameUrl(LaunchConfig? gameLaunchConfig) async {
return fetchGameUrl(gameLaunchConfig, CONFIG!);
}
@override
Future<String> getGameUrl(LaunchConfig? gameLaunchConfig) async {
return fetchGameUrl(gameLaunchConfig, CONFIG!);
}