The method signature for the background message handler.
typedef BackgroundMessageHandler = Future<void> Function( Map<String, dynamic> message);