getBinary method

  1. @override
Uint8List getBinary()
override

Implementation

@override
Uint8List getBinary() {
  return _password.hash;
}