genRequestId static method
Implementation
static String genRequestId() {
return '${DateTime.now().millisecondsSinceEpoch}_${Random().nextDouble()}';
}
static String genRequestId() {
return '${DateTime.now().millisecondsSinceEpoch}_${Random().nextDouble()}';
}