handleIOSNotification static method

Future<void> handleIOSNotification(
  1. Map<String, dynamic> data
)

Implementation

static Future<void> handleIOSNotification(Map<String, dynamic> data) async {
  await BolddeskSupportSdkPlatform.instance.handleIOSNotification(data);
}