removeOTPEmail_Pre method
Future<RemoveOTPEmailResponse>
removeOTPEmail_Pre(
- ServiceCall $call,
- Future<
RemoveOTPEmailRequest> $request
Implementation
$async.Future<$0.RemoveOTPEmailResponse> removeOTPEmail_Pre(
$grpc.ServiceCall $call,
$async.Future<$0.RemoveOTPEmailRequest> $request) async {
return removeOTPEmail($call, await $request);
}