handleNotificationActionBlock static method

Future<Object> handleNotificationActionBlock()

Implementation

static Future<Object> handleNotificationActionBlock() async {
  // todo: handling callback.
  return {};
}