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