Decodes a string back to binary data.
string is the encoded string to decode.
string
Returns the decoded binary data, or null if decoding fails.
Uint8List? decode(String string);