start method

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

Hooks lifecycle, push and in-app presentation. See AppwinNotifications.start.

Implementation

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