initialize method

Future<AppwinInitResult> initialize()

Whether this app may use Notifications. See AppwinNotifications.initialize.

Implementation

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