fromErrorCode method

InterruptionResolver? fromErrorCode(
  1. GigyaError exception
)

Implementation

InterruptionResolver? fromErrorCode(GigyaError exception) {
  throw UnimplementedError('fromErrorCode() is not implemented.');
}