handleNotificationClick method

Future<void> handleNotificationClick(
  1. String? jsonPayload
)

Implementation

Future<void> handleNotificationClick(String? jsonPayload) async {
  return _handleNotificationClick(jsonPayload: jsonPayload);
}