initMEMS method
Implementation
@protected
@mustCallSuper
initMEMS(String guid, NeuroApi api) {
_guid = guid;
_api = api;
_memsChanelStreamWrapper = EventChannelStreamWrapper(
_guid, _memsChannelStream, _onMEMSDataReceived);
}
@protected
@mustCallSuper
initMEMS(String guid, NeuroApi api) {
_guid = guid;
_api = api;
_memsChanelStreamWrapper = EventChannelStreamWrapper(
_guid, _memsChannelStream, _onMEMSDataReceived);
}