setShowCustomLoading method

Future<Map<String, dynamic>> setShowCustomLoading(
  1. bool show
)

设置加载游戏时,是否要显示自定义的Loading效果

Implementation

Future<Map<String, dynamic>> setShowCustomLoading(bool show) async {
  throw UnimplementedError('setShowCustomLoading() has not been implemented.');
}