2021-11-20 09:34:43 +08:00

6 lines
80 B
Dart

import 'package:uuid/uuid.dart';
String uuid() {
return const Uuid().v4();
}