setCacheAtOriginBytes static method

Future<bool> setCacheAtOriginBytes(
  1. bool cache
)

When set to true, origin bytes in Android Q will be cached as a file. When use again, the file will be read.

Implementation

static Future<bool> setCacheAtOriginBytes(bool cache) =>
    _plugin.cacheOriginBytes(cache);