getStorageSize abstract method

Future<int> getStorageSize({
  1. String? userId,
})

Returns the storage size in bytes for a given user.

Implementation

Future<int> getStorageSize({String? userId});