SentcError.fromFfiException constructor

SentcError.fromFfiException(
  1. FfiException e
)

Implementation

factory SentcError.fromFfiException(FfiException e) {
  return SentcError.fromJson(jsonDecode(e.message));
}