isSilentSDKCommand method

Future<bool> isSilentSDKCommand(
  1. Map notification
)

Implementation

Future<bool> isSilentSDKCommand(Map notification) async {
  return await SyneriseInvocation(backgroundMethodChannel)
      .invokeSDKMethod<bool>('Notifications/isSilentSDKCommand',
          parameters: {'notification': notification});
}