engineSetModePath method

Future<void> engineSetModePath(
  1. double modePath
)

设置离线资源的存储目录,需要在初使化前设置,将将资源包提前放于此目录下

Implementation

Future<void> engineSetModePath(double modePath) {
  throw UnimplementedError('engineSetModePath() has not been implemented.');
}