dispatchBackgroundDecrypt abstract method

  1. @protected
Future<List> dispatchBackgroundDecrypt(
  1. List args
)

Uses compute to do decryption in the background.

Implementation

@protected
Future<List> dispatchBackgroundDecrypt(List args);