addOTPSMS_Pre method

Future<AddOTPSMSResponse> addOTPSMS_Pre(
  1. ServiceCall $call,
  2. Future<AddOTPSMSRequest> $request
)

Implementation

$async.Future<$0.AddOTPSMSResponse> addOTPSMS_Pre($grpc.ServiceCall $call,
    $async.Future<$0.AddOTPSMSRequest> $request) async {
  return addOTPSMS($call, await $request);
}