onBackgroundProcess abstract method

void onBackgroundProcess(
  1. Map<String, dynamic> message
)

Function that is called to process notification background.

Implementation

void onBackgroundProcess(Map<String, dynamic> message);