asset method

Future<String> asset(
  1. String path
)

Implementation

Future<String> asset(String path) => rootBundle.loadString(path);