uuid.dart 80 B

12345
  1. import 'package:uuid/uuid.dart';
  2. String uuid() {
  3. return const Uuid().v4();
  4. }