getRemoteSessionUrl function
Get the remote session URL.
Implementation
String getRemoteSessionUrl(String sessionId, {String? ingressUrl}) {
final base = ingressUrl ?? 'https://neomage.ai';
return '$base/code/session/$sessionId';
}
Get the remote session URL.
String getRemoteSessionUrl(String sessionId, {String? ingressUrl}) {
final base = ingressUrl ?? 'https://neomage.ai';
return '$base/code/session/$sessionId';
}