SessionContextTest.notLinked constructor

SessionContextTest.notLinked()

Creates a SessionContext with device not linked

Implementation

factory SessionContextTest.notLinked() {
  return const SessionContextTest(isLinked: false);
}