AccountTwoFactorGRPCClient constructor

AccountTwoFactorGRPCClient(
  1. ClientChannel channel, {
  2. CallOptions? options,
  3. Iterable<ClientInterceptor>? interceptors,
})

Implementation

AccountTwoFactorGRPCClient(super.channel,
    {super.options, super.interceptors});