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