process method

void process(
  1. Map map
)

Implementation

void process(Map map) {
  methodChannel.invokeMethod('processNotification', map);
}