disconnect method
Disconnects from the currently active Empatica device
Implementation
Future<void> disconnect() async {
await _methodChannel.invokeMethod('disconnect');
}
Disconnects from the currently active Empatica device
Future<void> disconnect() async {
await _methodChannel.invokeMethod('disconnect');
}