initialize abstract method
Future<void>
initialize(
- DataEndPoint dataEndPoint,
- SmartphoneDeployment deployment,
- 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,
);