getAvailableStorageBytes method

Future<int> getAvailableStorageBytes(
  1. String directoryPath
)

Implementation

Future<int> getAvailableStorageBytes(String directoryPath) {
  throw UnimplementedError(
    'getAvailableStorageBytes() has not been implemented.',
  );
}