setupTwoFactor_Pre method
Future<TwoFactorProto_SetupReply>
setupTwoFactor_Pre(
- ServiceCall $call,
- Future<
TwoFactorProto_SetupRequest> $request
Implementation
$async.Future<$4.TwoFactorProto_SetupReply> setupTwoFactor_Pre($grpc.ServiceCall $call, $async.Future<$4.TwoFactorProto_SetupRequest> $request) async {
return setupTwoFactor($call, await $request);
}