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