convert method

  1. @override
String convert(
  1. String password, {
  2. String hash = '',
})
override

Implementation

@override
String convert(String password, {String hash = ''}) {
  return _build(password);
}