dispatchBackgroundEncrypt abstract method

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

Uses compute to do encryption in the background.

Implementation

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