disconnect method

Future<void> disconnect()

Disconnects from the currently active Empatica device

Implementation

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