removePhone_Pre method

Future<RemovePhoneResponse> removePhone_Pre(
  1. ServiceCall $call,
  2. Future<RemovePhoneRequest> $request
)

Implementation

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