initAmpMode method
Implementation
@protected
@mustCallSuper
void initAmpMode(String guid, NeuroApi api) {
_guid = guid;
_api = api;
_ampEventStreamWrapper = EventChannelStreamWrapper(
_guid, _ampModeChannelStream, (v) => SensorAmpMode.values[v]);
}