fromCodeSequence method

ApiExceptionBase fromCodeSequence(
  1. DioError error,
  2. Iterator<String> codeSequence
)

Implementation

ApiExceptionBase fromCodeSequence(
        DioError error, Iterator<String> codeSequence) =>
    throw "Declare class $runtimeType with ApiExceptionMixin<$runtimeType>";