detachSession abstract method

Future<DashboardActionResult> detachSession(
  1. String nodeId,
  2. String sessionRef, {
  3. Duration? timeout,
})

Detaches an active session (leaving it alive) named by sessionRef.

Implementation

Future<DashboardActionResult> detachSession(
  String nodeId,
  String sessionRef, {
  Duration? timeout,
});