BackgroundMessageHandler typedef

BackgroundMessageHandler = Future<void> Function(Map<String, dynamic> message)

The method signature for the background message handler.

Implementation

typedef BackgroundMessageHandler = Future<void> Function(
    Map<String, dynamic> message);