requestServerFailure method

  1. @override
dynamic requestServerFailure(
  1. String path,
  2. Object error
)
override

server 请求失败

Implementation

@override
requestServerFailure(String path, Object error) {
  _log('localserver 请求失败 uri:$path err:$error');
}