toBase58 method

Future<String> toBase58 ()

Implementation

Future<String> toBase58() async {
  return encodeToBase58(value);
}