initialize abstract method

Future<void> initialize(
  1. DataEndPoint dataEndPoint,
  2. SmartphoneDeployment deployment,
  3. Stream<Measurement> measurements
)

Initialize the data manager by specifying the study deployment, the dataEndPoint, and the stream of measurements events to handle.

Implementation

Future<void> initialize(
  DataEndPoint dataEndPoint,
  SmartphoneDeployment deployment,
  Stream<Measurement> measurements,
);