loadString method
Load the file using the AssetBundle networkAssetBundle
Implementation
@override
Future<String> loadString(final String fileName, final String extension) {
return networkAssetBundle.loadString('$fileName.$extension');
}
Load the file using the AssetBundle networkAssetBundle
@override
Future<String> loadString(final String fileName, final String extension) {
return networkAssetBundle.loadString('$fileName.$extension');
}