removePhone_Pre method
Future<RemovePhoneResponse>
removePhone_Pre(
- ServiceCall $call,
- Future<
RemovePhoneRequest> $request
Implementation
$async.Future<$0.RemovePhoneResponse> removePhone_Pre($grpc.ServiceCall $call,
$async.Future<$0.RemovePhoneRequest> $request) async {
return removePhone($call, await $request);
}