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