Refactor database layer: convert to DatabaseProvider class with initialization
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import 'package:bcrypt/bcrypt.dart';
|
||||
|
||||
void main() {
|
||||
print(BCrypt);
|
||||
}
|
||||
Reference in New Issue
Block a user