initialize method
Future<bool?>
initialize({
- DidReceiveNotificationResponseCallback? onDidReceiveNotificationResponse,
Initializes the plugin.
Implementation
Future<bool?> initialize({
DidReceiveNotificationResponseCallback? onDidReceiveNotificationResponse,
}) async => null;