start method

Future<void> start()

Intializes the plugin and requests notification permissions.

Implementation

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