encodeException method
Implementation
PythonMethodException encodeException(Uint8List data) {
String js = utf8.decode(data.sublist(1));
return PythonMethodException.fromJson(js);
}
PythonMethodException encodeException(Uint8List data) {
String js = utf8.decode(data.sublist(1));
return PythonMethodException.fromJson(js);
}