setTimeoutInterval method

Future<String?> setTimeoutInterval(
  1. double time
)

设置服务器响应时间 默认30s

Implementation

Future<String?> setTimeoutInterval(double time) async {
  throw UnimplementedError('setTimeoutInterval() has not been implemented.');
}