This website requires JavaScript.
Explore
Help
Sign In
internal
/
flutter_registration
Watch
5
Star
0
Fork
You've already forked flutter_registration
0
mirror of
https://github.com/Iconica-Development/flutter_registration.git
synced
2025-05-19 05:23:43 +02:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
4eaa584f17
flutter_registration
/
lib
/
src
/
service
/
registration_repository.dart
6 lines
101 B
Dart
Raw
Normal View
History
Unescape
Escape
feat: all values to register method
2022-09-22 11:48:04 +02:00
import
'
dart:collection
'
;
initial version
2022-09-20 15:51:22 +02:00
mixin
RegistrationRepository
{
fix: remove alert dialog from module
2022-09-26 12:00:03 +02:00
Future
<
bool
>
register
(
HashMap
values
)
;
initial version
2022-09-20 15:51:22 +02:00
}
Reference in a new issue
Copy permalink