decodeException method

Uint8List decodeException(
  1. PythonMethodException data
)

Implementation

Uint8List decodeException(PythonMethodException data) =>
    Uint8List.fromList(utf8.encode(data.toJson()).toList()..insert(0, 1));