5 lines
70 B
Dart
5 lines
70 B
Dart
import 'package:bcrypt/bcrypt.dart';
|
|
|
|
void main() {
|
|
print(BCrypt);
|
|
} |