disconnect abstract method

Future<void> disconnect({
  1. bool disconnectAllSessions = true,
})

Disconnects the session and pairing, if any. If there is no session, this does nothing.

Implementation

Future<void> disconnect({bool disconnectAllSessions = true});