md5 method

  1. @override
Future<String> md5()
override

Implementation

@override
md5() => _convert(crypto.md5);