enableCache method

Future<void> enableCache(
  1. bool state
)

Implementation

Future<void> enableCache(bool state) =>
    throw UnimplementedError('enableCache() not implemented');