3 lines
No EOL
91 B
Dart
3 lines
No EOL
91 B
Dart
Future<String> loadAsset(String path) async {
|
|
return await rootBundle.loadString(path);
|
|
} |