removeMyPhone_Pre method

Future<RemoveMyPhoneResponse> removeMyPhone_Pre(
  1. ServiceCall $call,
  2. Future<RemoveMyPhoneRequest> $request
)

Implementation

$async.Future<$0.RemoveMyPhoneResponse> removeMyPhone_Pre(
    $grpc.ServiceCall $call,
    $async.Future<$0.RemoveMyPhoneRequest> $request) async {
  return removeMyPhone($call, await $request);
}