newWalletId static method

String newWalletId()

Implementation

static String newWalletId() {
  return const Uuid().v4();
}