mirror of
https://github.com/esiur/esiur-dart.git
synced 2026-04-03 17:58:21 +00:00
2.0.0
This commit is contained in:
@@ -3,7 +3,7 @@ import 'dart:math';
|
||||
class Global {
|
||||
static String generateCode(
|
||||
[int length = 16,
|
||||
chars =
|
||||
String chars =
|
||||
"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789"]) {
|
||||
var rand = Random();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user