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