watchStorageSize method

Stream<int> watchStorageSize({
  1. String? userId,
})

Implementation

Stream<int> watchStorageSize({String? userId}) {
  return LocalAdapter.defaultWatchStorageSize(this, userId: userId);
}