getPath method

String? getPath(
  1. String name
)

Retrieves the path of a registered asset by its name.

Implementation

String? getPath(String name) => _assets[name];