getErrorLog method

Future<List<String>> getErrorLog()

Implementation

Future<List<String>> getErrorLog() async {
  return logEngine!.get(this.httpErrLogKey);
}