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