mirror of
https://github.com/Iconica-Development/flutter_registration.git
synced 2025-05-19 05:23:43 +02:00
4 lines
89 B
Dart
4 lines
89 B
Dart
|
mixin RegistrationRepository {
|
||
|
Future<void> register(String email, String password);
|
||
|
}
|