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