updateGlobalUserState method

Future<FinoKycTerms> updateGlobalUserState()

Implementation

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