handleNotification static method

Future<void> handleNotification(
  1. dynamic data
)

Implementation

static Future<void> handleNotification(dynamic data) async {
  await _channel.invokeMethod(HANDLENOTIFICATION,
      {HANDLENOTIFICATION: data});
}