removeMyPhone_Pre method

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

Implementation

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