menu
datum package
documentation
source/adapter/local_adapter.dart
LocalAdapter<T extends DatumEntityBase>
getStorageSize abstract method
getStorageSize abstract method
dark_mode
light_mode
getStorageSize
abstract method
Future
<
int
>
getStorageSize
(
{
String
?
userId
,
})
Returns the storage size in bytes for a given user.
Implementation
Future<int> getStorageSize({String? userId});
datum package
documentation
source/adapter/local_adapter
LocalAdapter<T extends DatumEntityBase>
getStorageSize abstract method
LocalAdapter class