start method

Future<void> start({
  1. bool requestPushPermission = true,
})

Implementation

Future<void> start({bool requestPushPermission = true}) {
  throw UnimplementedError('start() has not been implemented.');
}