genRequestId static method

String genRequestId()

Implementation

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