start method

Future<void> start(
  1. String account,
  2. String dataset,
  3. bool usePushNotification
)

Implementation

Future<void> start(String account, String dataset, bool usePushNotification) {
  throw UnimplementedError('start() has not been implemented.');
}