encrypt
encrypt copied to clipboard
type 'String' is not a subtype of type 'Uint8List'
How to solve this problem?
To convert a String to Uint8List you need to use Uint8List.fromList('your string here'.codeUnits)