ApplicationDidReceiveRemoteNotificationFetchCompletionHandler typedef

ApplicationDidReceiveRemoteNotificationFetchCompletionHandler = void Function(UIApplication application, Map userInfo)

Implementation

typedef ApplicationDidReceiveRemoteNotificationFetchCompletionHandler = void
    Function(
  UIApplication application,
  Map userInfo,
);