load method

Future<Uri> load(
  1. String file
)

Implementation

Future<Uri> load(String file) => audioCache.load(file);