updateGlobalUserState method
Implementation
Future<FinoKycTerms> updateGlobalUserState() async {
globalUserState()
.updateKycState((kycState) => kycState.copyWith(finoKycTerms: this));
return this;
}
Future<FinoKycTerms> updateGlobalUserState() async {
globalUserState()
.updateKycState((kycState) => kycState.copyWith(finoKycTerms: this));
return this;
}