setLoadImageResource method

Future<String?> setLoadImageResource(
  1. String path
)

设置图片纹理加载路径(默认存放在Caches目录)

Implementation

Future<String?> setLoadImageResource(String path) {
  throw UnimplementedError(
      'setLoadImageResource() has not been implemented.');
}