GoTrueMFAApi constructor

GoTrueMFAApi({
  1. required GoTrueClient client,
  2. required GotrueFetch fetch,
})

Implementation

GoTrueMFAApi({required GoTrueClient client, required GotrueFetch fetch})
    : _client = client,
      _fetch = fetch;