approxCacheSizeBytes abstract method

Future<int> approxCacheSizeBytes({
  1. SyncScope? scope,
})

Cache management APIs Returns an approximate size of the local cache in bytes. When scope is provided, the size is calculated only for that scope; otherwise it is for the whole store.

Implementation

Future<int> approxCacheSizeBytes({SyncScope? scope});