detachSession abstract method
Detaches an active session (leaving it alive) named by sessionRef.
Implementation
Future<DashboardActionResult> detachSession(
String nodeId,
String sessionRef, {
Duration? timeout,
});
Detaches an active session (leaving it alive) named by sessionRef.
Future<DashboardActionResult> detachSession(
String nodeId,
String sessionRef, {
Duration? timeout,
});