notifyDisconnected method

Future<void> notifyDisconnected()

Sends the EmpaStatus DISCONNECTED on the status stream.

Implementation

Future<void> notifyDisconnected() async {
  await _methodChannel.invokeMethod('notifyDisconnected');
}