initialize abstract method

Future<void> initialize(
  1. DataEndPoint dataEndPoint,
  2. MasterDeviceDeployment deployment,
  3. 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,
);