initialize abstract method
Future<void>
initialize(
- DataEndPoint dataEndPoint,
- MasterDeviceDeployment deployment,
- Stream<
DataPoint> data
Initialize the data manager by specifying the dataEndPoint, study
deployment, and the stream of data events to handle.
Implementation
Future<void> initialize(
DataEndPoint dataEndPoint,
MasterDeviceDeployment deployment,
Stream<DataPoint> data,
);