resendPhoneCode_Pre method

Future<ResendPhoneCodeResponse> resendPhoneCode_Pre(
  1. ServiceCall call,
  2. Future<ResendPhoneCodeRequest> request
)

Implementation

$async.Future<$0.ResendPhoneCodeResponse> resendPhoneCode_Pre($grpc.ServiceCall call, $async.Future<$0.ResendPhoneCodeRequest> request) async {
  return resendPhoneCode(call, await request);
}