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