initFPG method

  1. @protected
  2. @mustCallSuper
void initFPG(
  1. String guid,
  2. NeuroApi api
)

Implementation

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