register method
Create account registration with login and password
Implementation
Future<void> register({required String login, required String password}) async {
throw UnimplementedError('register() has not been implemented.');
}
Create account registration with login and password
Future<void> register({required String login, required String password}) async {
throw UnimplementedError('register() has not been implemented.');
}