sha256 method

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

Implementation

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