load method

Future<ByteData> load(
  1. String key
)

Implementation

Future<ByteData> load(String key) {
  return this.bundle!.load(_rkey(key));
}