quota static method

returns the maximally available storage space

Implementation

static Future<FileQuotaCross> quota() {
  return getInternalQuota();
}