notifyDisconnected method
Sends the EmpaStatus DISCONNECTED on the status stream.
Implementation
Future<void> notifyDisconnected() async {
await _methodChannel.invokeMethod('notifyDisconnected');
}
Sends the EmpaStatus DISCONNECTED on the status stream.
Future<void> notifyDisconnected() async {
await _methodChannel.invokeMethod('notifyDisconnected');
}