handleAndroidNotification method

Future<void> handleAndroidNotification(
  1. Map<String, dynamic> body,
  2. String notificationIconPath
)

Implementation

Future<void> handleAndroidNotification(Map<String, dynamic> body, String notificationIconPath) async {
  throw UnimplementedError('handleAndroidNotification() has not been implemented.');
}