Future<bool> handleNotification(Map notification) async { return await backgroundMethodChannel.invokeMethod( 'Notifications/handleNotification', {'notification': notification}); }