convert abstract method

Uint8List convert(
  1. String password
)

Return a byte encoded representation of the passed in password.

  • param password the characters to encode.

Implementation

Uint8List convert(String password);