Encodes raw bytes using the requested base.
base
static String encode(mb.Multibase base, Uint8List bytes) => mb.multibaseEncode(base, bytes);