handleNotification method

Future<String?> handleNotification(
  1. dynamic data
)

Implementation

Future<String?> handleNotification(var data)
{
  throw UnimplementedError('handleNotification() has not been implemented');
}