initFPG method
Implementation
@protected
@mustCallSuper
void initFPG(String guid, NeuroApi api) {
_guid = guid;
_api = api;
_fpgEventStreamWrapper =
EventChannelStreamWrapper(_guid, _fpgChanelEventStream, _onFPGReceived);
}
@protected
@mustCallSuper
void initFPG(String guid, NeuroApi api) {
_guid = guid;
_api = api;
_fpgEventStreamWrapper =
EventChannelStreamWrapper(_guid, _fpgChanelEventStream, _onFPGReceived);
}