setMaximumAmbientCacheSize abstract method

Future<void> setMaximumAmbientCacheSize({
  1. required int bytes,
})

Set the maximum size of the ambient cache in bytes.

Implementation

Future<void> setMaximumAmbientCacheSize({required int bytes});