initialize method

Future<bool?> initialize({
  1. DidReceiveNotificationResponseCallback? onDidReceiveNotificationResponse,
})

Initializes the plugin.

Implementation

Future<bool?> initialize({
  DidReceiveNotificationResponseCallback? onDidReceiveNotificationResponse,
}) async => null;