randomLabel method

Future<String> randomLabel ()

Implementation

static Future<String> randomLabel() async {
  return Convert.bytesToHexStr((await Buffer.random(4)).bytes);
}