LoaderOptions constructor

LoaderOptions({
  1. String key,
  2. String version,
  3. List<String> plugins,
})

Implementation

external factory LoaderOptions({
  ///您申请的key值
  String key,

  /// JSAPI 版本号
  String version,

  /// 同步加载的插件列表
  List<String> plugins,
});