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