menu
accurate_storage_info package
documentation
storage_info.dart
StorageInfo
getTotalBytes static method
getTotalBytes static method
dark_mode
light_mode
getTotalBytes
static method
Future
<
int
>
getTotalBytes
(
)
Implementation
static Future<int> getTotalBytes() async => (await _ch.invokeMethod<int>('getTotalBytes'))!;
accurate_storage_info package
documentation
storage_info
StorageInfo
getTotalBytes static method
StorageInfo class